Below is a complete list of the user defined functions available in AutoIt. Click on a user defined function name for a detailed description.
When using them you need to add a #include <GuiAVI.au3>.
| User Defined Function | Description |
|---|---|
| _GUICtrlAVI_Close | Closes an AVI clip |
| _GUICtrlAVI_Create | Creates an AVI control |
| _GUICtrlAVI_Destroy | Delete the control |
| _GUICtrlAVI_IsPlaying | Checks whether an Audio-Video Interleaved (AVI) clip is playing |
| _GUICtrlAVI_Open | Opens an AVI clip and displays its first frame in an animation control |
| _GUICtrlAVI_OpenEx | Opens an AVI clip and displays its first frame in an animation control |
| _GUICtrlAVI_Play | Plays an AVI clip in an animation control |
| _GUICtrlAVI_Seek | Directs an AVI control to display a particular frame of an AVI clip |
| _GUICtrlAVI_Show | Show/Hide the AVI control |
| _GUICtrlAVI_Stop | Stops playing an AVI clip |